home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Sound / PreludeMixer / Mixer.readme < prev    next >
Text File  |  2001-06-04  |  3KB  |  79 lines

  1. Short:    GadTools audio mixer for Prelude
  2. Uploader: Thomas Wenzel (tom@toms-home.de)
  3. Author:   Thomas Wenzel (tom@toms-home.de)
  4. Type:     util/cdity
  5. Version:  2.3
  6.  
  7.  
  8. Minimum requirements
  9. --------------------
  10. prelude.library 5.1
  11. AmigaOS 3.0
  12.  
  13. Introduction
  14. ------------
  15. Prelude Mixer is a commodity that lets you control, save and restore the
  16. settings of Prelude's onboard audio mixer.
  17.  
  18. It should be quite obvious how it works, so I'll only explain the tricky
  19. parts :-)
  20.  
  21. History
  22. -------
  23. v2.3  - Added: AREXX commands (VOLUP, VOLDOWN, MUTE, HIDE and QUIT)
  24.  
  25. v2.2  - Added: Prelude volume boost support
  26.  
  27. v2.1  - Fixed: Mixer didn't set SMALL-IRQ correctly on startup.
  28.       - Fixed: Mono slider was the wrong way round ... oops :-)
  29.       - Added: Better error checking when loading the prefs-file
  30.  
  31. v2.0  - New release
  32.  
  33.  
  34. AREXX
  35. -----
  36.  
  37. Ever wanted to use your PC 'Multimedia Keyboard' to control the master
  38. volume of your Amiga soundsystem? Now you can! All you need is one of those
  39. modern keyboards with extra function keys, this version of the Prelude mixer
  40. control commodity and Guido Mersmann's MMKeyboard adapter! It's available
  41. on Aminet:hard/hack/MMKeyboard.lha and contains all the schematics and
  42. binaries needed to build one. As an example how to configure your system
  43. you can load the file MMKey-Prelude.prefs into MMKeyboardPrefs. This file
  44. was made for v1.12 which doesn't have the ability to directly send AREXX
  45. commands yet. Instead I've implemented them as CLI commands, e.g.
  46. Rx "Address Mixer VOLUP"
  47.  
  48.  
  49. Tips
  50. ----
  51.  
  52. The tooltype INIT determines if the mixer will soft reset the Prelude upon
  53. startup. Normally you should set it to INIT=yes.
  54.  
  55. If no config file (or an old, incompatible one) is found in ENVARC, a
  56. requester will pop up and you have to adjust all settings (again) and
  57. save them using the menu Project->Save or by pressing Amiga-S.
  58.  
  59. Edit->RESET CARD resets the Prelude and should only be executed if a
  60. serious problem occured so that normal record or playback operation isn't
  61. possible any more.
  62.  
  63. Edit->SMALL IRQ is new. When selected, less data will be transferred from
  64. and to the Prelude during each interrupt, causing more but shorter
  65. interrupts. This settings should solve the problem with data loss on
  66. serial interfaces without FIFOs. Changing this setting will automatically
  67. cause a soft RESET. Be sure that no other program is using the Prelude
  68. when you change it!
  69.  
  70. Edit->Volume Boost will amplify the overall output volume by 3 dB.
  71.  
  72. You can use the tooltypes LINETEXT, AUX1TEXT, etc. to configure the labels
  73. above each slider. The maximum text length for each label is 9 characters.
  74.  
  75. Legal stuff
  76. -----------
  77. Prelude Mixer is part of the Prelude distribution, all rights reserved.
  78.  
  79.